Skip to content

Merge dev to main branch - #173

Merged
swissmakers merged 31 commits into
mainfrom
dev
Jul 22, 2026
Merged

Merge dev to main branch#173
swissmakers merged 31 commits into
mainfrom
dev

Conversation

@swissmakers

Copy link
Copy Markdown
Owner

No description provided.

mchrisb03 and others added 30 commits July 14, 2026 09:27
…cated users. Support can only ban and unban IPs. Admin can do all UI functions.
… callback events.

This is needed when the fail2ban-ui server can access the fail2ban server but not the other way around.

Added an env var DEBUG to allow easier setting of logging verbosity.
…oad or someting like that -> auto rechoosing
…e always correct in case someting has changed
…s to all supported languades, add new settings to the settings page
… and not again try to route through itself
…verse connections, OIDC group support and support for multible alert-mail adresses
Merge pull-request 171 of mchrisb03 to dev
…ed (MatchesCurrentServer), important when changing servers also tune the refresh a bit
secret := p.CallbackSecret()
cfg := p.BuildFail2banActionConfig(callbackURL, serverID, secret)
if err := os.WriteFile(actionPath, []byte(cfg), 0644); err != nil {
if err := os.WriteFile(actionPath, []byte(cfg), 0600); err != nil {
if err := os.WriteFile(actionPath, []byte(cfg), 0600); err != nil {
return fmt.Errorf("failed to write action file: %w", err)
}
if err := os.Chmod(actionPath, 0600); err != nil {
@swissmakers
swissmakers merged commit 449c35e into main Jul 22, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants